Have a Question?

Subjects


Description

Return list of subjects


Request

Method

GET


Endpoint

/subjects

Header

Content-Type:application/json

Body

filter by title title={title}


Condition

Query results must not be null or greater than 0



Response

Success

{
sucess: true,
content: [

{

id: int,

title: string,

description: string,

icon:string,

color: string,

createdtime: datetime,

modifiedtime: datetime

{

]
}

Fail

{sucess: false}